* font.c (clear_font_cache): New function, stripped from...
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 13 Aug 2013 08:18:11 +0000 (12:18 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 13 Aug 2013 08:18:11 +0000 (12:18 +0400)
commit64027259e79bc969390595765ddb4ad398d613e8
tree96cdbf745b61658058f28d6baeafe37152ddb895
parent97b708f981072056d50681b374c399e0cbb41ebd
* font.c (clear_font_cache): New function, stripped from...
(Fclear_font_cache): ...here, which now uses the function
above.  Adjust comment.
* font.h (clear_font_cache): Add prototype.
* xfaces.c (clear_face_cache): Use clear_font_cache.
src/ChangeLog
src/font.c
src/font.h
src/xfaces.c